 



/*botones de las mesas*/
.mesa{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    float: left;
    background-color: #f5f5f5;
    height: 91px;
    width: 91px;
    margin-right: 12px;
    margin-bottom:12px;
    border-bottom-width: 4px;
    border-bottom-style:solid;
    border-bottom-color:#bdbdbd;
    box-shadow: 0 1px 1px #444;
}

.etiqueta{
    width: 100%;
    position: relative;
    top: 7px;
    color: white;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-align: center;
    text-shadow: 0 1px 1px #a60000;
    text-transform: uppercase;
}

.etiqueta-inactiva{
    background-color:  #61da00;
    border-bottom-color:#0a9100;
}

.etiqueta-activa{
    background-color:  #ec0000;
    border-bottom-color: #a60000;
}
.etiqueta-amarilla{
    background-color:  #FFA420;
    border-bottom-color: #a60000;
}

.mesa > a {
    height: 91px;
    width: 91px;
    display: block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.mesa a > span {
    
    color: black;
    text-shadow: 0px 1px 1px #fff;
}
.numero-mesa{
    font-size: 271%;
    padding-top: 20px;
}

.mesa_eli{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    float: left;
    background-color: #f5f5f5;
    height: 50px;
    width: 190px;
    margin-right: 12px;
    margin-bottom:12px;
    border-bottom-width: 4px;
    border-bottom-style:solid;
    border-bottom-color:#bdbdbd;
  box-shadow: 0 1px 1px #444;
}
.etiqueta_eli{
    width: 100%;
    position: relative;
    top: 7px;
    color: white;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-align: center;
    text-shadow: 0 1px 1px #a60000;
}
.mesa_eli > a {
    height: 90px;
    width: 90px;
    display: block;
    text-decoration: none;
    text-align: center;
  cursor: pointer;
}

.mesa_eli a > span {
    
    color: black;
    text-shadow: 0px 1px 1px #fff;
}